home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / xfree0.4.lcm / lib / X11 / xkb / symbols / ralt < prev    next >
Encoding:
Text File  |  2004-03-24  |  573 b   |  19 lines

  1. // This file was inspired by XFree86 version 3.3.2
  2. // as distributed with RedHat Linux 5.1
  3. // This file was created by Eric Moreau, 1998-09-27
  4. // I am reachable at eric_moreau@compuserve.com
  5. //
  6. // $XFree86: xc/programs/xkbcomp/symbols/ralt,v 1.1 1998/12/13 05:33:06 dawes Exp $
  7. //
  8. // This gives the Right Alt key (sometimes labeled
  9. // as AltGr or Alt Car) the capability of displaying
  10. // the third symbol labeled on your keys.
  11.  
  12. partial alphanumeric_keys
  13. xkb_symbols "mode_switch" {
  14.     key <RALT> { 
  15.     symbols[Group1]= [ Mode_switch, Multi_key ],
  16.     virtualMods= AltGr
  17.     };
  18. };
  19.